Logo

Copyright 1996 Miracle Software Inc.

Table Of Contents



















Introduction

Welcome to World Wide Web Weaver for Macintosh, the professional World Wide Web page creation tool.

World Wide Web Weaver is an application designed to help you create World Wide Web pages (called HTML documents) using an easy yet flexible interface.

Web pages are written in a text language called HyperText Markup Language, or HTML for short. This language is interpreted by your Web browser as it reads the page document. The HTML instructions tell your browser how the page should be displayed on your computer.

An example of HTML is:

Web pages are written in a text language called <EM>HyperText Markup Language</EM>, or <EM>HTML</EM> for short.
The resulting layout would be:
Web pages are written in a text language called HyperText Markup Language, or HTML for short.
HTML gets much more complex that the above example. It involves dozens of formatting possibilities arranged in hundreds of combinations. Just learning all the HTML tags that dictate the formatting of your Web pages would be a time-consuming task.

That is where World Wide Web Weaver steps in to allow you quickly and easily to add HTML tags to your documents without having to memorize the myriad details.

Installation

Requirements

World Wide Web Weaver for Macintosh operates on any Macintosh computer that meets the following requirements:

Registering

Before installing World Wide Web Weaver, you should take the time to complete and mail the registration card to Miracle Software Inc..

Backing Up

Also before installing, you should make sure to lock the floppy disk on which World Wide Web Weaver arrived and make a copy of the disk. By locking the disk you ensure that the disk cannot become infected by a virus or get erased accidentally while you are making the copy. Making the backup copy of the disk will be helpful if something happens to your original disk.

Installing From The Disk

Insert the disk containing World Wide Web Weaver.

On the disk you will find a file called World Wide Web Weaver. Double-click on its icon to open this self-extracting archive file. It contains a number of files compressed into a single document for ease of installation.

The archive will ask you to indicate the location where you wish to store World Wide Web Weaver. Feel free to install the archive anywhere you find convenient on your hard drive.

Once the extraction is complete, so is the installation! To begin using World Wide Web Weaver, open the folder that was copied to your hard drive. In the folder you will see the World Wide Web Weaver application icon; this is the icon you will double-click to open the program.

Note: Do NOT move any of the files or folders from the folder containing World Wide Web Weaver.

The first time you run World Wide Web Weaver, the program will ask you to enter your registration number. This number can be found on the registration card and on the label of the floppy disk containing World Wide Weaver.

How To Use World Wide Web Weaver

The primary purpose of this manual is to teach you how to use World Wide Web Weaver to construct Web pages. Inevitably, this means that it will include some general instruction on the use of the World Wide Web and on Web page creation. However, we strongly urge you to be comfortable with using the Web and with the appearance of Web documents before attempting to create your own pages using this or any other tool.

A valid Web page should conform to certain formatting standards. World Wide Web Weaver makes this compliance automatic; creating a new document using the 'New' command from the File menu automatically starts your Web page with the following skeletal outline:

<HTML><HEAD><TITLE>Untitled
</TITLE></HEAD><BODY>
</BODY></HTML>
In the above outline, the pair of <HTML> tags surrounding the entire document tells a Web browser application that the text is in HTML format. The HTML standard requires this set of tags. Even though most Web browsers do not enforce the use of these tags, it is nonetheless wise to keep them in your documents to ensure maximum Browser support.

The <HEAD> tag is used to indicate the beginning of the section of your Web document where attributes such as a title are defined. (You may in fact have noticed that the title is the next element in the skeletal Web page outline.)

The <TITLE> tag pair surrounds the text that will be displayed in the title bar of the Web browser window. An easy way to edit the head and title tags is to use the Head Tag Editor on the Tags menu.

The <BODY> tag pair is probably the most important in the outline. The body tags indicate that everything between the beginning marker (<BODY>) and the ending marker (</BODY>) is the body of the document. All text and graphics the user will see (with the exception of the title tag) should go between these tags.

Crash Course In World Wide Web Weaver

Once you have the above outline, you are ready to begin your page. Here are most commonly used features in Web page design, for quick reference:

Tags

Tags Menu

Simple Tags

Simple Tags fall into two categories...

Complex Tags

To add such complex items as graphics and links to your documents, more complete tags are required. To ease the addition of complex tags, World Wide Web Weaver provides tag editors. These editors help insure that complex tags are created without error since these editors hide much, if not all, of the HTML from you while allowing you optionally to edit the HTML after you have used the editor.

The following tag editors are included in World Wide Web Weaver...

Customizing

Preferences

Preferences Window Image

Using the Preferences option under the Edit menu you can edit the following settings...

Tools Aliases

In the same folder as World Wide Web Weaver is a folder called 'HTML Extensions' HTML Extensions In this folder is another folder called 'Tools Aliases'. Any file (or alias to a file) placed in this folder will show up under the Tools menu within World Wide Web Weaver, giving you can quick and easy access to the tool without leaving World Wide Web Weaver.

Example: Tools Menu

Tag Floater Windows

Tag Floater Window

Tag Floater windows are palette windows that contain lists of format tags. You can use these lists to quickly insert format tags into your documents. World Wide Web Weaver comes with a few windows already created. To edit these Tag Floater windows, simply press the Edit button on the window you wish to edit. This will bring up the Tag Floater Editor.

Tag Floater Editor

The Tag Floater Editor contains: To create new Tag Floater Windows use the Create Tag Floater Window option from the Windows menu.

Edit Simple Tags

HTML is an evolving standard and World Wide Web Weaver does not attempt to implement all of the subtle and less-used features of the HTML specification as it stands today. But you can extend the capabilities of World Wide Web Weaver by adding new format tags for styles and characters using the Edit Simple Tags option from under the Tools menu to open Simple Tag Editor application. This separate program is included with World Wide Web Weaver at no extra charge.
From the Simple Tag Editor you can:

Format Tags Menu

Advanced Features

Some of the more advanced features of World Wide Web Weaver are described below.

Help

Additional Help Learning HTML

For additional help learning HTML we suggest the following web sites...

World Wide Web Weaver Frequently Asked Questions

Below is a list of frequently asked questions about World Wide Web Weaver. Q. Why does World Wide Web Weaver keep crashing on my computer?
A. World Wide Web Weaver obviously isn't meant to crash but like any other software program, it does occasionally run into problems because of various reasons. Here is a list of possible techniques to try if you experience crashes. If the above techniques still do not help, please contact Miracle Software Inc.via email at Best@Northnet.org with a description of the error. Note: If an error number is given, please include this, it can sometimes prove to be quite helpful.
Q. I am unable to open files containing over 32k of text, it keeps saying the file is too big, what is wrong?
A. Nothing is wrong, in order to stay compatible with different languages and other programs, World Wide Web Weaver was written using Apple's 'TextEdit' manager routines which have a 32k limit on text. Since World Wide Web Weaver stores the style, font, color, and size information of your text in the same file, your files may actually be over 32k but they still can not contain over 32k of text (32,767 characters to be specific).
Q. How do I find out more about specific tags?
A. Two ways;
  1. Checkout the list of installed tags using the Tags Description command from under the Help menu.
  2. Checkout some of the URLs listed at the beginning of this section in the manual.

Q. After inserting a tag for a gif file and using the 'Preview' command all I get is a ? mark, what is wrong?
A. Checkout the crash course to World Wide Web Weaver in the How To Use World Wide Web Weaver section of this manual, it will give a step by step description of how to add graphics to your pages.

World Wide Web Weaver and World Wide Web Weaver for Macintosh are Copyright 1996 Miracle Software Inc. All Rights Reserved. All other product names are trademarks or registered trademarks of their respective holder.


If you would like to know more about Miracle Software Inc. or any of its products, you can reach us at...
118 Leroy St. D4
Potsdam NY 13676
Phone: (315) 265-0930
Fax: (315) 265-1162
Email: Best@northnet.org